home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / DEV / I-Z / ResEditHacksVol3.cpt / ResEdit Hacks vol.3.rsrc / TEXT_128_aText.txt < prev    next >
Text File  |  1992-02-14  |  3KB  |  51 lines

  1. RESEDIT  HACKS  vol.3
  2.  
  3. Here's how to turn off zoomrects in System 7:
  4. 1) Open a copy of the Finder with Resedit
  5. 2) Open the "Code" resource
  6. 3) Open Code id 4 (you need to decompress it)
  7. 4) Go to offset (leftmost column) 0078. This should take you to a line
  8.   reading 48E7 1F38 594F 2F0F.
  9. 5) Select the first 4 bytes ( 48E7 1F38)
  10. 6) Replace with the following: 6000 00E6.
  11. 7) Save the copy of the Finder and close ResEdit.
  12. 8)Restart, and open a window to be sure that it worked. Remember, one small typo and you're screwed.
  13.  
  14. Another neat hack is changing the resolution and design of your desktop with ResEdit:
  15. 1) Open a copy of the System with ResEdit
  16. 2) Open the "ppat" resource
  17. 3) There should only be 1 resource here (id 16), containing the current desktop pattern; open it
  18. 4) If there is more than one, find the one with the current desktop pattern and open it
  19. 5) Select "Pattern Size..." from the "ppat" menu
  20. 6) As you can see, you can increase the pattern size to 64 x 64 pixels (8 times the default setting)
  21. 7) You can now put a larger design into your desktop pattern
  22. Note: There is an example of a ppat resource in this file's resource fork, check it out
  23.  
  24. Now for something really fun, changing cursors:
  25. 0) Download Cursor Animator and let it do all the work
  26. .5) If you must do it yourself, read on
  27. 1) Open a copy of the System with ResEdit
  28. 2) Open the "CURS" resource
  29. 3) Select "By CURS" from the "View" menu
  30. 4) Open the cursor you want to edit, and go for it
  31. 4) Open a copy of the Finder with ResEdit
  32. 5) Open the "CURS" resource
  33. 6) Edit the phases of the watch
  34. 7) If your new sequence of CURS has a different number of frames than the watch, open the "acur" resource, change the "Number of cursors" to the appropriate number, put the CURS id numbers (in sequence) into the blanks below, and delete any extras
  35. Note: this is for black & white cursors only, refer to step "0" or a later volume for color cursors
  36.  
  37. Next up, editing the ASCII tables:
  38. NOTE: I HIGHLY RECOMMEND THAT YOU DO NOT DO THIS
  39. 1) Open a copy of the System with ResEdit
  40. 2) Open the "KCHR" resource
  41. 3) You will notice that there are 8 tables of characters (0-7):0->no modifiers pressed; 2->shift; 3->caps lock; 4->option-shift; 5->option-caps lock; 6->option-command; 7->control
  42. 4) To switch these (i.e. make shift function as caps lock and vice versa) hold down the modifier key(s) and click on the table you want to assign to it
  43. 5) A warning will appear, because you probably don't really want to do this
  44. 6) Good luck, and don't blame me if you have to reinstall
  45.  
  46. Finally, a little cosmetic trick to impress your friends: changing the System Software version:
  47. 1) Open a copy of the System with ResEdit
  48. 2) Go through the "MACS" and "vers" resources, changing every "7.0" to the new version (I'm running 8.2.7)
  49. 3) Do the same with the Finder
  50. 4) Restart, and your running under System Software version x.x.x
  51. Note: System 7 tune-up does not like this hack, but it will NOT cause any trouble (as long as you're polite)